﻿@charset 'utf-8';
@media (max-width: 1199px) {
  /************************* Header  *************************/
  .header .nav ul li h2 a {
    padding: 0 10px;
  }
  .main .content .top {
    margin-left: 10px;
    margin-right: 10px;
  }
  .main .content .message form > div,
  .main .content .message form .textarea,
  .main .content .message form .title {
    width: 100%;
  }
  .main .content .message form > div .txt {
    width: 89%;
  }
  .main .content .pro-info .pro-l .prslt {
    display: none;
  }
  .main .content .pro-info .pro-l {
    float: none;
    margin: 0 auto;
    max-width: 350px;
  }
  .main .content .pro-info .pro-r {
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
  }
  .main .content .pro-info .bdsharebuttonbox {
    float: left;
  }
  .main .content .pro-info .pro-share {
    display: table;
    margin: .2rem auto .1rem auto;
  }
  .main .content .pro-info .pro-share a {
    float: left;
  }
  /************************* Footer *************************/
  /************************* Iindex  *************************/
  /************************* Main-内页 *************************/
}
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- Pad -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
@media (max-width: 1023px) {
  .banner {
    height: 250px;
  }
  .btn-nav-wrap {
    display: block;
  }
  body {
    padding-top: 1.2rem;
  }
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    padding: 0;
  }
  .header .head-top {
    display: none;
  }
  .header .head-top .language strong {
    width: 100px;
  }

.header .i-class2{
    display: block;
    position: inherit;
    float: left;
    border: none;
}
.header .search_w{
  position: fixed;
    width: 90%;
    top: 1.3rem;
    left: 5%;
    height: 30px;
    border: 1px solid #ccc;  
    background: #fff;
    overflow: hidden;
}
.header .search{
  display: block;
  width: calc(100% - 70px);
  border: none;
  /*display: block;
  position: inherit;
  top: inherit;
  float: right;
  left: inherit;
  border: none;*/
}


  .header .m-search {
    display: block;
    position: absolute;
    top: 0;
    right: 1.5rem;
    height: 1.2rem;
    line-height: 1.2rem;
  }
  .header .search {
    /*display: none;
    position: absolute;
    z-index: 2;
    top: 1.3rem;
    left: 5%;
    width: 90%;
    background: #fff;*/
  }
  .header .search .txt {
    width: calc(100% - 35px);
    padding-left: 10px;
  }
  .header .logo {
    padding-left: 5px;
  }
  .header .head-con {
    height: 1.2rem;
    line-height: 1.2rem;
    padding: 0;
  }
  .header .head-con .logo {
    height: 1.2rem;
    line-height: 1.2rem;
  }
  .header .head-con .logo img {
    height: .8rem;
  }
  .header .head-con .nav {
    display: none;
    z-index: 2;
    position: fixed;
    left: 0;
    top: 1.2rem;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    padding: 0 10px;
    border-top: 1px solid #ccc;
  }
  .header .head-con .nav ul {
    float: none;
  }
  .header .head-con .nav ul li {
    display: block;
    width: 100%;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: resize;
    animation-name: resize;
  }
  .header .head-con .nav ul li h2 > a {
    display: block;
    padding: 0;
    margin: 0;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-left: 2%;
  }
  .header .head-con .nav ul li h2 > a:hover {
    background: transparent;
    border-radius: inherit;
  }
  .footer .foot-top {
    padding: 0;
  }
  .footer .foot-top dl {
    width: 100%;
    height: auto;
    border-left: none;
    border-bottom: 1px solid #ccc;
    line-height: 40px;
    padding: 0 10px;
  }
  .footer .foot-top dl dt {
    position: relative;
    padding: 0;
    text-align: left;
  }
  .footer .foot-top dl dt::after {
    content: "+";
    float: right;
    font-size: 18px;
    font-weight: normal;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
  }
  .footer .foot-top dl dd {
    display: none;
    padding-left: .25rem;
    line-height: 25px;
    text-align: left;
  }
  .footer .foot-top dl.cur {
    padding-bottom: .15rem;
  }
  .footer .foot-top dl.cur dt::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .footer .foot-top .add-dl {
    width: 100%;
    text-align: center;
  }
  .footer .foot-top .add-dl .erweima {
    display: none !important;
  }
  .footer .copright {
    float: none;
    text-align: center;
    font-size: 12px;
    height: auto;
  }
  .footer .foot-b {
    border: none;
  }
  .footer .foot-b .select,
  .footer .foot-b .bdshare {
    display: none;
  }
  .footer .foot-b .copright {
    height: auto;
    line-height: 40px;
  }
  .main .content .pro-list li a {
    height: 3.07rem;
  }
  .main .pro-class {
    padding-left: 3%;
    padding-right: 3%;
  }
  .main .pro-class .item {
    padding-right: 3%;
  }
}
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- Phome -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
@media (max-width: 767px) {
  .header .nav ul li{
    padding-bottom: 0;
    margin: 0;
  }
  .header .nav ul li .sub-nav{
    display: none;
  }
  .i-main .i-news {
    padding: 0;
  }
  .i-main .i-news .box-w {
    margin: 0;
  }
  .i-main .i-news .box-w .slider {
    padding-top: .25rem;
  }
  .i-main .i-news .box-w .slider li {
    height: auto;
  }
  .i-main .i-news .box-w .col-lg-4 {
    padding: 0;
    height: auto;
    padding-bottom: .4rem;
  }
  .i-main .i-pro {
    padding-bottom: .25rem;
  }
  .i-main .i-pro li .info {
    display: none;
  }
  .i-main .i-pro .bx-wrapper .bx-pager {
    bottom: -0.1rem;
  }
  .i-main .i-pro .bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc;
  }
  .i-main .i-pro .bx-wrapper .bx-pager.bx-default-pager a.active,
  .i-main .i-pro .bx-wrapper .bx-pager.bx-default-pager a:focus,
  .i-main .i-pro .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #333;
  }
  .i-main .i-pro .bx-wrapper .bx-controls-direction a {
    width: 40px;
    height: 40px;
    background-size: cover;
  }
  .i-main .i-pro .bx-wrapper .bx-prev {
    left: -40px;
  }
  .i-main .i-pro .bx-wrapper .bx-next {
    right: -40px;
  }
  .main .mauto {
    padding: 0;
  }
  .main .main-menu,
  .main .content {
    width: 100%;
  }
  .main .main-menu h2 {
    position: relative;
    padding: .1rem 10px;
    font-size: 16px;
    color: #fff;
    background: #737373;
  }
  .main .main-menu h2::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    background: url(../images/menu_icon.png) no-repeat center;
    background-size: 45% 45%;
    -webkit-transition: transform 300ms ease 0s;
    transition: transform 300ms ease 0s;
  }
  .main .main-menu h2.cur {
    border-bottom: 1px solid #fff;
  }
  .main .main-menu h2.cur::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .main .main-menu .menu-list {
    display: none;
  }
  .main .content .top {
    display: none;
  }
  .main .content .main-home {
    display: none;
  }
  .main .content .content-txt {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main .content .event .icon {
    margin-left: 44px;
  }
  .main .content .event .icon img {
    width: 40px;
    height: 40px;
  }
  .main .content .event .icon::after {
    top: 40px;
  }
  .main .content .event .date {
    width: 65px;
    text-align: left;
  }
  .main .content .event .info {
    width: calc(100% - 65px);
    padding-left: .3rem;
  }
  .main .content .join-list table th:first-child,
  .main .content .join-list table td:first-child {
    padding: 0;
    text-align: center;
  }
  .main .content .join-list table th:nth-child(2),
  .main .content .join-list table td:nth-child(2) {
    display: none;
  }
  .main .content .join-list table thead,
  .main .content .join-list table tbody {
    font-size: 12px;
    text-align: center;
  }
  .main .content .join-list table .icon {
    width: auto;
    padding: 0 10px;
  }
  .main .content .join-info li {
    margin-bottom: .2rem;
  }
  .main .content .join-info .txt {
    width: calc(100% - 100px);
  }
  .main .content .pro-list li a {
    height: 6.1rem;
  }
  .main .content .pro-list li a .info {
    padding-top: 15%;
  }
  .main .content .pro-list li a .info h3 {
    font-size: 16px;
  }
  .main .content .pro-list li a .info .els2 {
    padding-left: .3rem;
    padding-right: .3rem;
    margin: .1rem 0 .2rem 0;
  }
  .main .content .pro-info .pro-l {
    width: 100%;
  }
  .main .content .pro-info .pro-detail-slider li img {
    height: auto !important;
  }
  .main .content .pro-info .pro-r h3 em {
    font-size: 20px;
  }
  .main .content .pro-info .pro-r h3 span {
    font-size: 14px;
  }
  .main .content .pro-info .tab-wrap .tab-head li {
    padding: 0 10px;
    font-size: 14px;
  }
  .main .content .dow-list li a {
    line-height: 45px;
  }
  .main .content .dow-list li a h3 {
    width: 88%;
  }
    .main .content .dow-list.txtnews-list li a h3 {
    width: 78%;
  }
  .main .content .dow-list li a .date {
    display: none;
  }
  .main .content .dow-list li a .icon {
    height: 45px;
  }
  .main .content .message form > div,
  .main .content .message form .textarea,
  .main .content .message form .title,
  .main .content .message form .btn {
    width: 95%;
  }
  .main .content .message form > div .txt {
    width: 80%;
  }
  .main .content .message form > div .btn input {
    width: 49% !important;
    margin: 0;
  }
  .main .content .news-list li a {
    padding-bottom: .2rem;
  }
  .main .content .news-list li .img {
    width: 100%;
    height: auto;
  }
  .main .content .news-list li .info {
    width: 100%;
    padding: 0;
  }
  .main .content .news-list li .info h3 {
    padding-top: .1rem;
    padding-bottom: .1rem;
  }
  .main .content .news-list li .info .els2 {
    padding: 0;
    height: 40px;
    line-height: 20px;
    font-size: 12px;
  }
  .main .content .news-info .tt1 {
    padding: 0;
  }
  .main .content .news-info .tt1 h3,
  .main .content .news-info .tt1 span {
    text-align: center;
  }
  .main .content .news-info .tt1 h3 {
    padding-bottom: .15rem;
  }
  .main .content .news-info .return {
    display: none;
  }
  .main .content .in-page {
    padding: .2rem 0;
  }
  .main .content .in-page div {
    width: 100%;
    padding: 0;
    line-height: 35px;
  }
  .main .content .in-page .return {
    position: inherit;
    display: table;
    margin: .2rem auto;
  }
  .main .pro-class {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main .pro-class .item {
    width: 100%;
    padding-right: 0;
  }
  .main .pro-class .item dl dt {
    padding-bottom: .15rem;
  }
  .main .recommend .pro-list li a {
    height: 2.9rem;
  }
  .main .recommend .pro-list li a .info {
    display: none;
  }
  .main .recommend .pro-list li a .els {
    font-size: 12px;
  }
  .main .recommend .pro-list li a:hover > .els {
    height: auto;
    font-size: 14px;
  }
  .banner {
    height: 1.65rem;
  }
}
